home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / NVU 0.50 for Windows / nvu-0.50-win32-installer-full.exe / {app} / chrome / classic.jar / skin / classic / messenger / subscribe.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-24  |  2.6 KB  |  84 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *
  22.  */
  23.  
  24. /* ===== subscribe.css ==================================================
  25.   == Styles for the Subscribe dialog.
  26.   ======================================================================= */
  27.  
  28. @import url("chrome://messenger/skin/");
  29.  
  30. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  31.  
  32. /* ::::: subscribed icons  :::::: */
  33.  
  34. treechildren::-moz-tree-image(subscribedColumn),
  35. treechildren::-moz-tree-image(subscribedColumn2) {
  36.   margin-right: 2px;
  37.   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
  38. }
  39.  
  40. treechildren::-moz-tree-image(subscribedColumn, Subscribed-true),
  41. treechildren::-moz-tree-image(subscribedColumn2, subscribed) {
  42.   list-style-image: url("chrome://messenger/skin/icons/check.gif");
  43. }
  44.  
  45. treechildren::-moz-tree-image(subscribedColumn, Subscribable-false) {
  46.   list-style-image: none;
  47. }
  48.  
  49. treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
  50.   color: gray;
  51.   font-style: italic;
  52. }
  53.  
  54. /* ::::: folder icons :::::: */
  55.  
  56. treechildren::-moz-tree-image(nameColumn) {
  57.   margin-right: 2px;
  58.   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
  59. }
  60.  
  61. treechildren::-moz-tree-image(nameColumn, ServerType-nntp),
  62. treechildren::-moz-tree-image(nameColumn2, nntp) {
  63.   margin-right: 2px;
  64.   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
  65. }
  66.  
  67. /* ::::: server icons :::::: */
  68.  
  69. .subscribeMenuItem {
  70.   list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
  71. }
  72.  
  73. .subscribeMenuItem[ServerType="imap"][IsSecure="true"] {
  74.   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
  75. }
  76.  
  77. .subscribeMenuItem[ServerType="nntp"] {
  78.   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
  79. }
  80.  
  81. .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
  82.   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
  83. }
  84.